projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3eb391
)
* lisp/emacs-lisp/cl-macs.el (natnum): Define it as a type
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 3 Dec 2021 13:56:52 +0000
(08:56 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 3 Dec 2021 13:56:52 +0000
(08:56 -0500)
lisp/emacs-lisp/cl-macs.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-macs.el
b/lisp/emacs-lisp/cl-macs.el
index 9c9a778f045649aa17fd18c844326eac62150d70..0da759a0f17392f0f6bab877825696c902e60eda 100644
(file)
--- a/
lisp/emacs-lisp/cl-macs.el
+++ b/
lisp/emacs-lisp/cl-macs.el
@@
-3365,6
+3365,7
@@
Of course, we really can't know that for sure, so it's just a heuristic."
(integer . integerp)
(keyword . keywordp)
(list . listp)
+ (natum . natnump)
(number . numberp)
(null . null)
(real . numberp)